Reply To Mail
Replies to an email message.
Input
- Message: The email message to reply to
- Type:
Microsoft.Graph.Message - Required
- Type:
Options
- Is Draft: Specifies whether the message should be saved as draft instead of being sent.
- Type:
System.Boolean
- Type:
- Reply To All: If checked, it sends the reply message to all the recipients of the initial email.
- Type:
System.Boolean
- Type:
- Importance: The importance of the mail message.
- Type:
System.Int32 - Dropdown Options:
- Low
- Normal
- High
- Type:
Attachments
- Attachments Collection: An additional list of files attached to the message.
- Type:
System.Collections.Generic.IEnumerable<System.String>
- Type:
Email
- Body: The body of the email
- Type:
System.String
- Type:
- New Subject: The new subject of the email
- Type:
System.String
- Type:
Recipients
- Add BCC: Additional hidden recipients of the email
- Type:
System.String[]
- Type:
- Add CC: Additional secondary recipients of the email
- Type:
System.String[]
- Type:
- Add To: Additional primary recipients of the email.
- Type:
System.String[]
- Type:
Details
- It must be embedded within the scope of Microsoft Office 365 to be usable.